home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-SPAR.{_A / CURRENT.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  160b  |  8 lines

  1. #ifndef _SPARC64_CURRENT_H
  2. #define _SPARC64_CURRENT_H
  3.  
  4. /* Sparc rules... */
  5. register struct task_struct *current asm("g6");
  6.  
  7. #endif /* !(_SPARC64_CURRENT_H) */
  8.